PDF4Java Reference Documentation
com.o2sol.pdf4java.core.security Package / PDFStandardSecurityHandler Class / setEnableDocumentChange Method
True if the user can modify the document, otherwise false.
In This Topic
    setEnableDocumentChange Method
    In This Topic
    Sets a value indicating whether the user can modify the contents of the document.
    This property controls the modification of the document contents by operations other than those controlled by methods: , , .
    Syntax
    public void setEnableDocumentChange( 
       boolean value
    )

    Parameters

    value
    True if the user can modify the document, otherwise false.
    See Also